Fix label css test
authorMatt Watson <mattdangerw@gmail.com>
Wed, 13 Apr 2016 19:46:01 +0000 (12:46 -0700)
committerMatt Watson <mattdangerw@gmail.com>
Thu, 14 Apr 2016 18:52:11 +0000 (11:52 -0700)
The default font size of 10pt will now properly render as 13.33px,
but we shouldn't use the default anyway as that can be controlled
by user settings

testsuite/css/style/label.css
testsuite/css/style/label.nodes

index 5d38bf25d36b67f31260d9e27488f6fdc412db3e..7549e882c8047e5e1e06c8e89d52808e059e8df4 100644 (file)
@@ -1,3 +1,4 @@
 box {
   font: "Comic Sans";
+  font-size: 10px;
 }
index 2868714cc41da7e4145efd9f77f9f0668f51cd79..0d91211b4021bfd8aff472a12b2263fa396164d5 100644 (file)
@@ -1,7 +1,7 @@
 [window.background:dir(ltr)]
   decoration:dir(ltr)
   box.horizontal:dir(ltr)
-    font-size: 10px; /* label.css:2:20 */
+    font-size: 10px; /* label.css:3:17 */
     font-family: "\"Comic Sans\""; /* label.css:2:20 */
     font-style: normal; /* label.css:2:20 */
     font-variant: normal; /* label.css:2:20 */